SftTree/NET 2.0

BackColor Property, HeadersClass Class

Softel vdm, Inc.

Defines the default background color for all column headers that are not selected.

Syntax      HeadersClass Class (Softelvdm.SftTreeNET)

VB   

Public Property BackColor As Color

C#   

public Color BackColor { get; set; }

C++   

public: property Color BackColor {
        Color get();
        void set(Color value);
}

Property Value

The default background color for all column headers that are not selected.

The default value is Color.ButtonFace.

Comments

The BackColor property defines the default background color for all column headers that are not selected.

Cells in column headers can override the background color using the CellBaseClass.BackColor property.

Selected cells may use the colors defined using the BackColorSelected property instead.

Depending on the AppearanceDefault property or cell overrides using CellBaseClass.Appearance, the defined color may have no effect.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com